home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
cprog
/
ddjcomp.lha
/
ashford
/
files.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-04-15
|
347 b
|
13 lines
#define IN_BUF_SIZE 512
#define OUT_BUF_SIZE 512
void OpenOutputFile (char *);
long OpenInputFile (char *);
int ReadInputFile (void);
unsigned ReadBinaryInput (void);
void WriteOutputFile (int);
void CloseInputFile (void);
void CloseOutputFile (void);
unsigned long GetOutputLength (void);
unsigned long GetInputLength (void);